'Declaration Public Overloads MustOverride Sub Export( _
ByVal pagesThe collection of PDF pages.As System.Collections.Generic.IEnumerable(Of PdfPage), _
ByVal streamThe stream, where the codec must write the exported data.As System.IO.Stream _
)
public abstract void Export(
System.Collections.Generic.IEnumerable<PdfPage> pages,
System.IO.Stream stream
)
public: abstract void Export(
System.Collections.Generic.IEnumerable<PdfPage*>* pages,
System.IO.Stream* stream
)
public:
abstract void Export(
System.Collections.Generic.IEnumerable<PdfPage^>^ pages,
System.IO.Stream^ stream
)
Parameters
- pages
- The collection of PDF pages.
- stream
- The stream, where the codec must write the exported data.